Telegram Group & Telegram Channel
🐍 Ускоряем Python с помощью Cython

Когда Python начинает тормозить, а оптимизировать хочется — на помощь приходит Cython. Это надстройка над Python, которая позволяет писать на «почти C» и при этом вызывать C-библиотеки и оставаться в экосистеме Python.

➡️ Что делает Cython:
— Позволяет указывать типы переменных как в C
— Ускоряет численные расчёты и алгоритмы
— Превращает .pyx-файл в скомпилированный .so, который можно импортировать как обычный модуль

➡️ Пример на алгоритме поиска простых чисел:
— В Python — 0.0566 секунды
— В Cython — 0.0054 секунды
(на обычном ноутбуке)

💡 Как подключить:

import pyximport
pyximport.install()
import primesCy # Cython-версия
import primes # Python-версия


Если вы работаете с алгоритмами, машинным обучением или просто любите скорость — попробуйте переписать пару функций с cdef и замерьте время. Разница чувствуется сразу.

🔵 Чтобы знать об алгоритмах все, забирайте наш курс «Алгоритмы и структуры данных»

Proglib Academy #буст
Please open Telegram to view this post
VIEW IN TELEGRAM



tg-me.com/proglib_academy/2821
Create:
Last Update:

🐍 Ускоряем Python с помощью Cython

Когда Python начинает тормозить, а оптимизировать хочется — на помощь приходит Cython. Это надстройка над Python, которая позволяет писать на «почти C» и при этом вызывать C-библиотеки и оставаться в экосистеме Python.

➡️ Что делает Cython:
— Позволяет указывать типы переменных как в C
— Ускоряет численные расчёты и алгоритмы
— Превращает .pyx-файл в скомпилированный .so, который можно импортировать как обычный модуль

➡️ Пример на алгоритме поиска простых чисел:
— В Python — 0.0566 секунды
— В Cython — 0.0054 секунды
(на обычном ноутбуке)

💡 Как подключить:

import pyximport
pyximport.install()
import primesCy # Cython-версия
import primes # Python-версия


Если вы работаете с алгоритмами, машинным обучением или просто любите скорость — попробуйте переписать пару функций с cdef и замерьте время. Разница чувствуется сразу.

🔵 Чтобы знать об алгоритмах все, забирайте наш курс «Алгоритмы и структуры данных»

Proglib Academy #буст

BY Proglib.academy | IT-курсы




Share with your friend now:
tg-me.com/proglib_academy/2821

View MORE
Open in Telegram


Proglib academy | IT курсы Telegram | DID YOU KNOW?

Date: |

Should You Buy Bitcoin?

In general, many financial experts support their clients’ desire to buy cryptocurrency, but they don’t recommend it unless clients express interest. “The biggest concern for us is if someone wants to invest in crypto and the investment they choose doesn’t do well, and then all of a sudden they can’t send their kids to college,” says Ian Harvey, a certified financial planner (CFP) in New York City. “Then it wasn’t worth the risk.” The speculative nature of cryptocurrency leads some planners to recommend it for clients’ “side” investments. “Some call it a Vegas account,” says Scott Hammel, a CFP in Dallas. “Let’s keep this away from our real long-term perspective, make sure it doesn’t become too large a portion of your portfolio.” In a very real sense, Bitcoin is like a single stock, and advisors wouldn’t recommend putting a sizable part of your portfolio into any one company. At most, planners suggest putting no more than 1% to 10% into Bitcoin if you’re passionate about it. “If it was one stock, you would never allocate any significant portion of your portfolio to it,” Hammel says.

To pay the bills, Mr. Durov is issuing investors $1 billion to $1.5 billion of company debt, with the promise of discounted equity if the company eventually goes public, the people briefed on the plans said. He has also announced plans to start selling ads in public Telegram channels as soon as later this year, as well as offering other premium services for businesses and users.

Proglib academy | IT курсы from in


Telegram Proglib.academy | IT-курсы
FROM USA